home *** CD-ROM | disk | FTP | other *** search
- Path: profitwo.iee.ufrgs.br!franc
- From: franc@iee.ufrgs.br (GUSTAVO ANDRE FRANCESCHINI)
- Newsgroups: comp.lang.c
- Subject: Putting images from C on MSDOS screen
- Date: Thu, 21 Mar 1996 11:53:51 GMT
- Organization: IEE, Depto de Eng. Eletrica, UFRGS, Brasil
- Message-ID: <franc.20.3151434F@iee.ufrgs.br>
- References: <franc.19.31514318@iee.ufrgs.br>
- NNTP-Posting-Host: profitwo.iee.ufrgs.br
-
- Hi all,
-
- Does anybody know if there are any public .lib (or source) file with
- graphic functions to read a graphic file (like .bmp,.pcx,.gif) from C and
- put it on the screen? I'm talking about MS-DOS system and I'm using Borland
- C.
- The graphics library that comes with BC doesn't have any function in
- this style. The closest one is "putimage()" that is complementar of "
- getimage()", but both run from memory. They use a previous drew image to
- manipulate it. They can't manipulate graphics formats.
-
- Thanks a lot,
- Gustavo Andre' Franceschini
- Porto Alegre-RS, Brasil
-